ul,p{margin:0; padding:0;}
li{list-style-type:none;}
img{border:0;}
:focus{outline:0;}

a.abtn{
	position:absolute;
	top:4px;
	display:block;
	height:300px;
	width:39px;
	overflow:hidden;
	text-indent:-20000px;
	background:url(../Image/arrow3.png) 0px center no-repeat;
}
a.aleft{
	left:0px;
}

a.aright{
	right:0px;
	background-position:-39px center;
}

.productshow{
	width:1364px;
	height:300px;
	position:relative;
	text-align:center;
	font-family:微软雅黑, 黑体;
	margin:30px auto 0 auto;
}
.productshow .scrollcontainer{
	width:1200px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.productshow .scrollcontainer ul{
	width:8000px;
	position:absolute;
	left:0px;
	top:0px;
}
.productshow .scrollcontainer li{
	float:left;
	width:350px;
	height:300px;
	text-align:center;
	background:#fff;
	margin-right:75px;
}

.productshow .scrollcontainer .case-tu{
	width:330px;
	height:230px;
	margin:10px 10px 0 10px;
	overflow:hidden;
}
.productshow .scrollcontainer .case-tu img{
	width:330px;
}

.productshow .scrollcontainer li.last{
	background:none;
}
.productshow .scrollcontainer li:hover{
	background:#0260a8;
	color:#fff;
}
.productshow .scrollcontainer li{
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
.productshow .scrollcontainer a:hover img{
	filter:alpha(opacity=1);-moz-opacity:1;opacity:1;
}
.productshow .scrollcontainer li p{
	margin:0;
	line-height:60px;
}